← Back to Stormify Documentation

PagedList

inline fun <T : Any> PagedList(): PagedList<T>

Creates a new PagedList for the reified entity type T.

val list = PagedList<Company>()
stormify.attach(list)